home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MAIN.DIR / Internal_108_quit action.ls < prev    next >
Encoding:
Text File  |  2004-07-12  |  103 b   |  10 lines

  1. on enterFrame
  2.   puppetSprite(30, 0)
  3.   updateStage()
  4. end
  5.  
  6. on exitFrame
  7.   closeNavigation()
  8.   quit()
  9. end
  10.